home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / ams__l~1.zoo / man / template.man < prev    next >
Encoding:
Text File  |  1993-09-05  |  1.1 KB  |  61 lines

  1.                         ATARI MACHINE SPECIFIC LIBRARY
  2.  
  3.  
  4.  
  5. NAME
  6.      XXX
  7.  
  8. SYNOPSIS
  9.      #include <XXX.h>
  10.  
  11.      XXX()
  12.  
  13. DESCRIPTION
  14.      <module overview>
  15.  
  16. CONSTANTS
  17. TYPES
  18. VARIABLES
  19. FUNCTIONS
  20.  
  21. CLASSES
  22.      <overview of class interrelationships>
  23.  
  24. CLASS MEMBERS
  25.   XXX::
  26.      <members of each class>
  27.   XXX::
  28.  
  29. USAGE
  30.      <usage protocol>
  31.  
  32. EXAMPLES
  33.      <example usage of common functionality>
  34.  
  35. FILES
  36.      <file formats, conventional extension, etc>
  37.  
  38. SEE ALSO
  39.      <module/class cross-references>
  40.  
  41. DIAGNOSTICS
  42.      <exceptions detected and un-detected>
  43.  
  44. BUGS
  45.      <problems, reasons, and possible extensions>
  46.  
  47. AUTHOR
  48.      Warwick Allison, 1992.
  49.      warwick@cs.uq.oz.au
  50.  
  51. COPYING
  52.      This functionality is part of the Atari Machine Specific Library,
  53.      and is Copyright 1992 by Warwick W. Allison.
  54.  
  55.      The Atari Machine Specific Library is free and protected under the
  56.      GNU Library General Public License.
  57.  
  58.      You are free to copy and modify these sources, provided you acknowledge
  59.      the origin by retaining this notice, and adhere to the conditions
  60.      described in the GNU LGPL.
  61.